home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / imap_archive / text0135.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  1.2 KB  |  32 lines

  1.  
  2. On Fri, 2 Jul 1993, RL Bob Morgan wrote:
  3.  
  4. > 1.  These mailboxes are read-only to everyone, so I can't keep any of my
  5. > state info about them (eg messages read).  (Thinking about shared
  6. > mailboxes, it seems like both shared-state and state-per-reader are
  7. > useful.)
  8.  
  9. Yes!  In addition to the shared-(global)-state case we need to define the
  10. mail-equivalent of a .newsrc (only better, as we need more than a single
  11. flag) so that there can be per-user "views" of a read-only archive. 
  12.  
  13. I've come to think in terms of the following kinds of messge folders:
  14.   Private folder/private state    <-- normal personal mailbox
  15.   Shared folder/shared state    <-- needed for group transaction processing
  16.   Shared folder/per-user state    <-- exists (barely) for news
  17.   Shared folder/no state    <-- exists for both news and mail
  18.  
  19. By the way, Tenex-format folders are well-suited to the shared-folder/
  20. shared-state case, since the flags field is fixed length, and can 
  21. therefore be updated in place.  MRC's IMAPd just needs to be a little 
  22. more aggressive about propagating state changes to the client, and the
  23. clients have to watch for state changes they didn't cause...
  24.  
  25. I really agree that both forms of concurrent access to a folder will 
  26. prove to be important.
  27.  
  28. -teg
  29.  
  30.  
  31.  
  32.